*{
    margin: ;
    padding: ;
}
body{
        background-image: url(plum.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 2000px;
        background-position: center;
        font-size: 14px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.h1{
    font-style: italic;
    font-family: fantasy;
    font-weight: 70px;
   }
   .h11{
font-family: fantasy;
   }
.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(248, 158, 221);
    position: sticky;
    top: 0;
}
.navbar ul{
    display: flex;
    list-style: none;
    margin: 20px 0px;
}
.navbar ul li{
    font-family: century;
    font-size: 1.1rem;
    font-weight: bold;
}
.navbar ul li a{
    text-decoration: none;
    color: rgb(158, 9, 14);
    padding: 10px 40px;
    transition: all .5s ease;
}
.navbar ul li a:hover{
    background-color: aliceblue;
    color: rgb(11, 11, 11);
    box-shadow: 0 0 10px;
}
.continer{
    width: 80%;
    margin: 50px auto;

}
.contactbox{
    background: rgb(252, 251, 252);
    display: flex;
}
.contact-left{
    flex-basis: 60%;
    padding: 40px 60px;
}
.contact-right{
    flex-basis: 40%;
    padding: 40px ;
    background-color: rgb(20, 17, 229);
    color: rgb(250, 246, 246);
}
h1{
    margin-bottom: 10px;
}
.input-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.input-row .input-group{
    flex-basis: 45%;

}
input{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(245, 8, 245);
    outline: none;
    padding-bottom: 10px;
}
textarea{
    width: 100%;
    border: 1px solid rgb(229, 253, 8);
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}
label{
    margin-bottom: 6px;
    display: block;
    color: rgb(243, 6, 45);
}
button{
    background:blue;
    width: 100px;
    border: none;
    outline: none;
    color: rgb(254, 249, 249);
    height: 35px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgb(67, 58, 237);
}
.contact-left h3{
    color: blue;
    font-weight: 600;
    margin-bottom: 30px;

}
.contact-right h3{
    font-weight: 600;
    margin-bottom: 30px;
}
tr td:first-child{
    padding: 20px;

}
    

